home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GAMEECTS / HINTSII.LZH / THEXDER.DOC < prev    next >
Text File  |  1987-10-31  |  1KB  |  40 lines

  1.         This procedure will enable you to unprotect Sierra On-Line's
  2.         THEXDER game.  The procedure is based on an unprotect
  3.         procedure for KING'S QUEST III, by an unknown author.
  4.  
  5.         There are two files included in this ARC package:
  6.  
  7.                 1.  THEXDER.DOC - This file
  8.                 2.  THEXDER.DAT - Supplementary file needed during DEBUG
  9.                     session.
  10.  
  11.         The procedure is relatively simple:
  12.  
  13.         1) Put a blank, formatted diskette in drive B, and the THEXDER Disk
  14.         #1 in drive A, then at the A> prompt, COPY *.* B:.  Then put Disk #1
  15.         away - you won't need it anymore!
  16.  
  17.         2) Load DEBUG, making sure both THEXDER.COM (on the backup disk) and
  18.         THEXDER.DAT (from this package) are both in the current path or on
  19.         the default drive.
  20.  
  21.         3) Use DEBUG to patch THEXDER.COM.
  22.  
  23.                 -N THEXDER.COM
  24.                 -L
  25.                 -R               (Record value of CX register - [0B4C] )
  26.                 -N THEXDER.DAT
  27.                 -L 141
  28.                 -E 34F
  29.                 XXXX:034F E8.90 [space bar]
  30.                 XXXX:0350 B2.90 03.90
  31.                 -N THEXDER.COM
  32.                 -R CX
  33.                 CX 0080
  34.                 :????             (Enter value of CX you recorded - [0B4C] )
  35.                 -W
  36.                 -Q
  37.  
  38.         4) That's all there is to it.  THEXDER is now unprotected.
  39.  
  40.